EMT Practice Test
1. Question Content...
Question1: Which statement is true regarding the SET statement?
Question3: Which LIBNAME statement has the correct syntax for accessing SAS data sets?
Question4: What is the result of submitting the program below?
proc contents data=revenue;
run;
Question6: Which statement is true regarding a variable?
Question8: Which step temporarily assign a format to the sales variable?
Question10: Which two data sets are permanent?
Question11: Which statement is true when creating two SAS data sets with a DATA step?
Question13: Which PROC PRINT step correctly displays only the first 10 observations in the data set?
Question14: What is the default sort order of PROC SORT?
Question17: Which statement is true regarding the DATA step?
Question18: Given the following SAS program:
What footnotes appear for the second PROC PRINY report?
Question20: Which ODS EXCEL statement correctly creates an Excel using the ANALYSIS style?
Question22: Which statement is true regarding the XLSX engine in the LIBNAME statement?
Question23: Which PROC PRINT statement controls the order of the variables displayed in the report?
Question24: Which PROC SORT option allows you to create an output data set of the sorted data?
Question25: Which statement is true regarding a DATA step concatenation?
Question26: How does SAS display missing values?
Question28: When the following code is submitted, execution fails.
Why does the execution fail?
Question32: Given the following code:
Which variables are created with the BY statement?












